.logo{
	float: left;
}
.header{
	padding-top: 15px;
	border-bottom: 1px solid #e8e8e8;
}
.header_center{
	width: 1445px;
	margin: 0 auto;
}
.head_right{
	float: right;
}
.nav{
	float: left;
	padding-right: 22px;
}
.nav ul li{
	float: left;
	line-height: 90px;
	padding:0 20px;
}
.nav ul li a{
	display: block;
	font-size: 16px;
	color: #444;
}
.nav ul li.subnav a{
	color: #1e1896;
}
.lang{
	float: right;
	width: 118px;
	margin-top: 26px;
	line-height: 36px;
	background: #1e1896;
	-webkit-border-radius: 2rem;
	-moz-border-radius: 2rem;
	-ms-border-radius: 2rem;
	-o-border-radius: 2rem;
	border-radius: 2rem;
}
.lang select{
	
	line-height: 36px;
	height: 36px;
	margin:0 auto;
	display: block;
	background: none;
	text-align: center;
	color: #fff;
}
.lang select option{

	color: #333;
}
.innews_tab{
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display:box;
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content:flex-start;
	justify-content: flex-start;
	border-top: 1px solid #00519b;
	    background: #0b3c67;
}
.innews_tab a{
	display: block;
	width: 20%;
	text-align: center;
	padding:27px 0;
	background: #0b3c67;
	border-right: 1px solid #00519b;
}
.innews_tab i{
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom:1;
	color: #fff;
	padding-right: 8px;
}
.innews_tab p{
	font-size: 15px;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom:1;
	line-height: 30px;
	width: 60%;
	text-align: left;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.innews_tab a.tabchoose{
	width: 37%;
	background: #00519b;
	margin-top: -10px;
	position: relative;
	z-index: 9;
}
.innews_tab a.tabchoose p{
	width: 40%;
}
.innews_tabinfo{
	background: #00519b;
	padding-top: 45px;
	padding-bottom: 115px;
}
.innewsif_left{
	width: 40%;
	float: left;
}
.innewcenter{
	position: relative;
	display: none;
}
.innews_tabinfo .innewcenter:first-child{
	display: block;
}
.innewsif_pic{
	width: 55.5%;
	position: absolute;
	right:0;
	top:0;
}
.innewsif_left p{
	font-size: 15px;
	color: #fff;
	line-height: 1.8;
	 overflow : hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;  
}
.innewsif_left a{
	text-align: center;
	border:1px solid #8bc8ff;
	width: 305px;
	line-height: 50px;
	display: block;
	font-size: 15px;
	color: #8bc8ff;
	margin-top: 37px;
}

.innewsif_left i{
	float: right;
	font-size: 12px;
	padding-right: 20px;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.inprotit{
	text-align: center;
}
.inprotit h3{
	color: #00519b;
	font-size: 44px;
	text-transform:uppercase;
}
.inprotit p{
	color: #000;
	font-size: 32px;
	font-weight: bold;
	padding-bottom: 6px;
}
.inprotit span{
	color: #888;
	font-size: 15px;
	display: block;
}
.inproducts{
	width: 1238px;
	margin:0 auto;
	padding:105px 0;

}
.inprolist{
	padding-top: 27px;
}
.inprolist ul li{
	width: 33.33%;
	padding:0 1.5% 2.5%;
	display: inline-block;
	vertical-align: top;
}
.inprolist ul li a{
	display: block;
}
.inprolist ul li img{
	border:1px solid #d2d2d2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.inprolist ul li p{
	color: #444;
	text-align: center;
	font-size: 18px;
	line-height: 27px;
	padding-top: 14px;
	vertical-align: middle;
}
.inprolist ul li p i{
	font-size: 12px;
	color: #d91831;
	padding-right: 15px;
}
.inprolist ul li:nth-child(2){
	padding-top: 30px;
	padding-bottom:12px;
}
.inprolist ul li:nth-child(5){
	padding-top: 30px;
	padding-bottom: 12px;
}
.more{
	width: 250px;
	text-align: center;
	background: none;
	border:1px solid #00519b;
	line-height: 53px;
	margin:30px auto 0;
	position: relative;
}
.more a{
	display: block;
	color: #00519b;
	font-size: 15px;
}
.more a i{
	float: right;
	width: 15px;
	line-height: 15px;
	margin-right: 20px;
	font-size: 12px;
	margin-top: 19px;
}
.more:hover{
	background: #00519b;
}
.more:hover a{
	color: #fff;
}
.more:hover i{
	background: #fff;
	color: #09579f;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.inprolist ul li:hover img{
	-moz-box-shadow:0px 0px 7px #ccc; 
	-webkit-box-shadow:0px 0px 7px #ccc; 
	box-shadow:0px 0px 7px #ccc;
}
.inchoose{
	background:#f1f5f8 url("../images/inchobg.jpg") center top no-repeat;
	margin-top: -215px;
	padding-top: 300px;
	padding-bottom: 150px;
}
.inchoose_info{
	position:relative;
	margin-top: 38px;
}
.inchoo_img{
	width: 1435px;
	float: right;
	position: relative;
}
.inabout{
	position: absolute;
	left:0;
	top:-450px;
	width: 480px;
	padding:65px;
	z-index: 99;
	background:#fff url("../images/inabbg.jpg") left top no-repeat;
}
.inchoomov{
/*	position: absolute;
	left:0;
	top:100px;
	height: 100%;
	width: 100%;
	z-index: 99;*/
}
.inabit1 h3{
	color: #666;
	font-size: 24px;
}
.inabit1 p{
	color: #444;
	font-size: 14px;
	line-height: 2;
}
.inchocenter{
	position: relative;
	height: 100%;
}
.inabit1 h3 i{
	padding-right: 10px;
	font-size: 20px;
}
.inabit1 a{
	display: block;
	line-height: 43px;
	font-size: 15px;
	color: #00519b;
	border:2px solid #00519b;
	width: 176px;
	text-align: center;
	-webkit-border-radius: 2rem;
	-moz-border-radius: 2rem;
	-ms-border-radius: 2rem;
	-o-border-radius: 2rem;
	border-radius: 2rem;
}
.inabit1 a i{
	padding-right: 20px;
	float: right;
	font-size: 13px;
}
.inabit1 p{
	padding-top: 15px;
}
.inabnav{
	text-align: center;
	padding-top: 30px;
}
.inabnav a{
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom:1;
	width: 110px;
	font-size: 13px;
	color: #fff;
	background: #00519b;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
}
.inabnav a:hover{
	color: #666;
	background: #e5e5e5;
}
.more2{
	margin-top: 120px;
}
.inchoo_img .swiper-button-prev{
	width: 60px;
	height: 60px;
	background:url("../images/left.jpg") left top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	left:364px;
	top:inherit;
	bottom:-60px;
    /*pointer-events: none;*/
}
.inchoo_img .swiper-button-next{
	width: 60px;
	height: 60px;
	background:url("../images/right.jpg") left top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	left:424px;
	right:inherit;
	top:inherit;
    /*pointer-events: none;*/
	bottom:-60px;

}
.infriendpic{

	background:url("../images/friendbg.jpg") center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.friendcenter{
	position: relative;
	padding:65px 0 42px;
}
.friendcenter .swiper-container{
	width: 1140px;
}
.friendcenter .swiper-button-next{
	width: 11px;
	height: 21px;
	background: url("../images/right2.png") right top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.friendcenter .swiper-button-prev{
	width: 11px;
	height: 21px;
	background: url("../images/left2.png") left top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.footer{
	background:url("../images/footerbg.jpg") center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.foadd{
	float: left;
	padding-left: 20px;
	width: 35.5%;
}
.foadd img{
	padding-top: 35px;
}
.fonabv{
	float: left;
	padding-left: 23px;
	padding-top: 8px;
}
.fomessage{
	float: right;
	width: 43%;
	padding-right: 3%;
}
.footercenter{
	padding:75px 0 66px;
	border-bottom: 1px solid #c7c7c7;
}
.fonabv span{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	display: block;
	padding-bottom: 18px;
	position: relative;
}
.fonabv span::before{
	content: "";
	width: 15px;
	height: 15px;
	position: absolute;
	left:-23px;
	top:4px;
	background:url("../images/arr.jpg") left center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.fonabv a{
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}
.foadd h3{
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 17px;
}
.foadd p{
	font-size: 14px;
	line-height: 30px;
	color: #fff;
}
.fomessage p{
	color:#fff;
	font-size: 15px;
	padding-bottom: 20px;
}
.fomessage p i{
	padding-right: 8px;
}
.fomessage ul {
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display:box;
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.fomessage ul li{
	border:1px solid #a0a0a0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	width: 49%;
	margin-bottom: 1.5%;
}
.fomessage ul li input,.fomessage ul li textarea{
	font-size: 14px;
	color: #000;
	line-height: 40px;
	padding:0 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
}
.fomessage ul li textarea{
	line-height: 1.6;
	padding:7px 15px;
	height: 115px;
}
.fomessage ul li.area{
	width: 100%;
}
.fomessage ul li.code{
	width: 34%;
}
.fomessage ul li.code input{
	width: 55%;
}
.fomessage ul li.tip{
	width:13%;
	background: #00509b;
}
.fomessage ul li.tip button{
	cursor: pointer;
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 42px;
	width: 100%;
	background:none;
}
.fomessage ul li.tip button:hover{
	background: #1e489d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.copy{
	padding:16px 0 23px;
}
.copy p{
	float: left;
	line-height: 35px;
	color: #eee;
}
.sharea{
	float: right;
}
.bdsharebuttonbox{
	line-height: 0;
}
.bdsharebuttonbox a.bds_more{
	display: none;
}
.bdsharebuttonbox a.bds_tsina{
	width: 35px;
	height: 35px;
	background:url("../images/sina.jpg") left top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.bdsharebuttonbox a.bds_weixin{
	width: 35px;
	height: 35px;
	background:url("../images/chat.jpg") left top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.bdsharebuttonbox a.bds_sqq{
	width: 35px;
	height: 35px;
	background:url("../images/qq.jpg") left top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.bdsharebuttonbox a{
	margin:0 20px 0	 0!important;
}

.aboutit1_info{
	font-size: 15px;
	color: #666;
	line-height: 2;
}
.aboutit1{
	padding:90px 0 80px;
	background:url("../images/aboutp1bg.jpg") center bottom no-repeat;
}
.aboutit1_top{
	text-align: center;
}
.aboutit1_top h3{
	color: #444;
	font-size: 42px;
	font-weight: bold;
	padding-bottom: 6px;
}
.aboutit1_top p{
	font-weight: bold;
	font-size: 24px;
	color: #444;
}
.aboutit1_info{
	padding-top: 35px;
	font-size: 15px;
	color: #666;
	line-height: 2;
}
.w97{
	width: 970px;
	margin:0 auto;
}
.aboutimg{
	text-align: center;
	padding-top: 55px;
}
.aboutimg img{
	-moz-box-shadow:6px -6px 0px #ececec; 
	-webkit-box-shadow:6px -6px 0px #ececec; 
	box-shadow:6px -6px 0px #ececec;
}
.aboutnum{
	text-align: center;
	padding-top: 44px;
}
.aboutnum ul li{
	text-align: center;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom:1;
	padding:0 60px;
}
.aboutnum h3{
	color: #fff;
	font-size: 52px;
}
.aboutnum p{
	color: #fff;
	font-size: 15px;
}
.orgin_it2{
	margin:27px 0 30px;
	position: relative;
	background: url("../images/orginpic1.jpg") left top no-repeat;
}
.orgincenter{
	text-align: right;
	position: relative;
}
.equip_it3{
	background:url("../images/equipbg.jpg") center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding:50px 0;
}
.equip_center{
	width: 1470px;
	margin:0 auto;
}
.equiptit{
	text-align: center;
}
.equiptit h3{
	color: #00519b;
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 27px;
}
.equiptit a{
	color: #fff;
	font-size: 14px;
	display: inline-block;
	*display: inline;
	*zoom:1;
	background: #313639;
	/*width: 125px;*/
	padding:0 15px;
	line-height: 38px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin:0 5px;
}
.equiptit a i{
	font-size: 13px;
	padding-right: 5px;
}
.equiptit a:hover{
	background: #0082d7;
	color: #fff;
}
.equiplist{
	padding-top: 20px;
}
.equiplist ul li{
	float: left;
	width: 25%;
	padding:.5%;
}
.equiplist ul li img{
	width: 100%;
}
.equiplist a{
	display: block;
	padding: 10px;
	background: #fff;
}
.equiplist ul li p{
	color: #222;
	font-size: 16px;
	font-weight: bold;
	padding:6px 0 3px 5px;
}
.equiplist ul li span{
	font-size: 13px;
	color: #888;
}
.equiplist ul li span i{
	font-size: 12px;
}
.equiplist ul li:hover a{
	-moz-box-shadow:0px 0px 10px #999; 
	-webkit-box-shadow:0px 0px 10px #999; 
	box-shadow:0px 0px 10px #999;
}
.newspage{
	background: #eff0f1;
	padding:66px 0;
}
.w139{
	width: 1390px;
	margin:0 auto;
}
.w139 ul li{
	padding:28px 23px;
	background: #fff;
	margin-bottom: 24px;
}
.w139 ul li a{
	display: block;
}

.newsleft{
	width: 50%;
	float: left;
	padding:1% 5% 0 3%;
}
.newsright{
	float: right;
	width: 50%;
}
.newsleft h3{
	font-size: 24px;
	color: #000;
	font-weight: bold;
	line-height: 1.8;
	padding-bottom: 15px;
	text-indent: 2em;
}
.newsleft p{
	color: #666;
	text-indent: 2em;
	font-size: 15px;
	line-height: 1.6;
}
.newsleft span{
	background: #313639;
	display: block;
	width: 120px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	padding-left: 18px;
	text-align: center;
	margin-top: 40px;
	-webkit-transition:ease-in-out .4s;
	-o-transition:ease-in-out .4s;
	transition:ease-in-out .4s;
}
.newsleft span i{
	float: left;
}
.w139 ul li:hover .newsleft span{
	background: #1e1896;
	margin-left: 10px;
}
.w139 ul li:nth-child(2n) .newsright{
	float: left;
}
.w139 ul li:nth-child(2n) .newsleft{
	float: right;
}
.newstail_center aside{
	width: 298px;
	float: right;
}
.newstail_center aside h3{
	font-weight: bold;
	color: #000;
	padding-bottom: 20px;
	font-size: 18px;
}
.newstail_center aside ul li{
	padding-bottom: 20px;
}
.newstail_center aside ul li p{
	color: #1e489d;
	font-size: 15px;
	width: 90%;
	float: left;
	padding-left: 15px;
	overflow : hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
}
.newstail_center aside ul li img{
	width: 18px;
	height: 18px;
	float: left;
}
.newsdetail{
	padding:30px 0;
}
.newstail_it2{
	padding-top: 25px;
}
.newstail_it2 a{
	display: block;
	font-size: 15px;
	color: #fff;
	width: 100%;
	line-height: 47px;
	background: #1e489d;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 10px;
}
.newstail_it2 button{
	background: #ffd54f;
	display: block;
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	font-size: 18px;
	color: #000;
	line-height: 47px;
}
.newstail_it2 button i.iconfont{
	font-size: 27px;
	padding-right: 12px;
}
.newstail_center aside ul li:hover p{
	color:#000;
}
.newstail_center article{
	width: 830px;
	float: left;
	padding:20px;
}
.newstail_info{
	font-size: 15px;
	color: #444;
	padding-top: 45px;
	line-height: 2;
}
.newstail_prev{
	padding-top: 50px;
}
.newstail_prev a{
	display: block;
	font-size: 14px;
	color: #000;
	line-height: 40px;
	border:1px dotted #d4d4d4;
	padding:0 20px;
	margin-bottom: 8px;
}
.newstail_prev span,.newstail_prev p{
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom:1;
}
.newstail_prev p{
	width: 80%;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.newstail_prev a:hover p{
	color: #1e489d;
}
.message{
	padding:50px 0;
}
.message h3{
	font-size: 24px;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.message_list{
	padding-top: 28px;
}
.message_list ul li{
	width: 288px;
	padding:10px;
	float: left;
	background: #fff;
	margin-bottom: 17px;
	border:1px solid #000;
	margin-right: 28px;
}
.message_list ul li:nth-child(3){
	margin-right: 0;
}
.message_list ul li span i{
	float: right;
	font-size: 20px;
	color: #999;
	display: block;
	line-height: 28px;
}
.message_list ul li label{
	font-size: 14px;
	color: #999;
	line-height: 28px;
	float: left;
}
.message_list ul li input,.message_list ul li textarea{
	line-height: 28px;
	font-size: 14px;
	color: #999;
	background:none;
}
.message_list ul li.code{
	width: 288px;
}
.message_list ul li.code input{

	width: 80px;
}
.message_list ul li.area{
	width: 100%;
}
.message_list ul li textarea{
	height: 170px;
	width: 900px;
}
.message_list ul li.codeimg{
	background:none;
	padding:0;
	border:0;
	line-height: 50px;
	margin-right: 0;
}
.message_list ul li button{
	font-size: 15px;
	color: #fff;
	width: 100%;
	line-height: 44px;
	display: block;
	cursor: pointer;
	background: #133a97;
}
.message_list ul li.mebtn{	
	float: right;
	margin-right: 0;
	border:0;
	padding:0;
	background:none;
	text-align: center;
	display: -webkit-box; /* 鑰佺増鏈娉�: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 鑰佺増鏈娉�: Firefox (buggy) */
	display:box;
	display: -ms-flexbox; /* 娣峰悎鐗堟湰璇硶: IE 10 */
	display: -webkit-flex; /* 鏂扮増鏈娉�: Chrome 21+ */
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.message_list ul li.mebtn button.mebtn1{
	background: #133a97;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.message_list ul li.mebtn i{
	font-size: 12px;
	color: #fff;
	float: right;
	padding-right: 20px;
}
.message{
	width: 920px;
	margin:0 auto;
}
.address{
	padding-top: 85px;
}
.address_tit{
	text-align: center;
}
.address_tit h3{
	color: #444;
	font-size: 42px;
	text-transform:uppercase;
	font-weight: bold;
	padding-bottom: 5px;
}
.address_tit p{
	font-size: 24px;
	color: #444;
}
.address_info{
	padding:40px 0 68px;
	text-align: center;
}
.address_info p{
	font-size: 14px;
	color: #666;
	line-height: 2.4;
}
.brand{
	line-height: 75px;
	background: #eff0f1;
}
.brand_center{
	width: 1500px;
	font-size: 32px;
	color: #000;
	font-weight: bold;
	margin:0 auto;
}
.product_tit{
	text-align: center;
}
.product_tit i{
	font-size: 12px;
	padding-right: 10px;
}
.product_tit a{
	background: #313639;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom:1;
	padding:0 30px 0 23px;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	margin:0 5px;
}
.product_tit a:hover{
	background: #00519b;
}
.productlist{
	padding:30px 0;
}
.productlist{
	width: 1500px;
	margin:0 auto;
}
.productpage ul li{
	width: 25%;
	padding:1%;
	float: left;
}
.productpage ul li p{
	color:#222;
	text-align: center;
	font-size: 14px;
	border:1px dotted #d6d6d6;
	line-height: 50px;
}
.productpage ul li p i{
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom:1;
	color: #d10009;
	padding-right: 8px;
}
.productpage{
	padding-top: 30px;
}
.productpage ul li:hover p,.productpage ul li:hover i{
	color: #00519b;
}
.productpage ul li:hover p{
	border:0;
	border-top: 6px solid #00519b;
	line-height: 46px;
}
.hot_product{
	padding-top: 15px;
}
.newstail_center aside ul li a{
	display: block;
}
.newstail_center aside ul li .hot_product img{
	width: 100%;
	height: auto;
	border:1px solid #d2d2d2;
	float: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.newstit{
	background: #00519b;
	padding:30px 40px 25px 0;
	position: relative;
}
.newstit:before{
	content: "";
	width: 50%;
	background: #00519b;
	height: 100%;
	position: absolute;
	left:-50%;
	top:0;
}
.newstit h3{
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 18px;
}
.newstit span{
	color: #fff;
	font-size: 14px;
}
.protail_center{
	padding:0 12% 0 0;
}
.protail_center article{
	background: #eaf3f8;
	padding-left: 13%;
	width: 79%;
	padding-bottom: 83px;
	padding-top: 45px;
}
.protail_center article h3{
	font-size: 32px;
	padding-bottom: 18px;
	font-weight: bold;
	color: #000;
}
.protail_center aside{
	width: 18%;
}
.protail_center .swiper-container{
	width: 91%;
	float: left;
	background: #fff;
}
.protail_center .swiper-slide{
	text-align: center;
}
.back {
	width: 40px;
	text-align: center;
	padding:0 0;
	margin-left: 20px;
	float: left;
	background: #d6dee3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.back i{
	font-size: 22px;
}
.protail_center article .swiper-button-prev{
	width: 24px;
	height: 44px;
	left:8%;
	background:url("../images/left3.jpg") left top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.protail_center article .swiper-button-next{
	width: 24px;
	height: 44px;
	right:8%;
	background:url("../images/right3.jpg") left top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.newstit span{
	float: left;
}
.back2{
	float: right;
	width: 100px;
	line-height: 35px;
	text-align: center;
	background: #fff;
}
.back2 a{
	display: block;
	font-size: 14px;
	color: #000;
}
.back2 a:hover{
	background: #1e1896;
	color: #fff;
}
.friend_logo{
	position: absolute;
	left:-90px;
	top:-41px;
}
.friendcenter .swiper-container{
	width: 85%;
	margin-right: 5%;
	float: right;
}
.friendcenter .swiper-button-next,.friendcenter .swiper-button-prev{
	top:60%;
}
.friendcenter .swiper-button-prev{
	left:6%;
}
.orgin_name{
	position: absolute;
	left:0;
	top:30px;
	width: 354px;
	text-align: center;
	background: #00519b;
	line-height: 74px;
	color: #fff;
	font-weight: bold;
	font-size: 28px;
	-webkit-transform:skewX(-26deg);
	-moz-transform:skewX(-26deg);
	-ms-transform:skewX(-26deg);
	transform:skewX(-26deg);
	-moz-box-shadow:6px 6px 0px rgba(0,0,0,.1); 
	-webkit-box-shadow:6px 6px 0px rgba(0,0,0,.1); 
	box-shadow:6px 6px 0px rgba(0,0,0,.1);
}
.orgin_name i{
	float: right;
	font-size: 23px;
	padding-right: 25px;
	font-weight: normal;
}
.orgin_name span{
	display: inline-block;
	vertical-align: top;
	-webkit-transform:skewX(26deg);
	-moz-transform:skewX(26deg);
	-ms-transform:skewX(26deg);
	transform:skewX(26deg);
}
.orgin_name i{
	display: inline-block;
	-webkit-transform:skewX(26deg);
	-moz-transform:skewX(26deg);
	-ms-transform:skewX(26deg);
	transform:skewX(26deg);
}
.innews_part_phone{
	display: none;
}
.menulist{
	display: none;
}
.menu{
	display: none;
}
.innewsif_left a:hover i{
	padding-right: 15px;
}
.inabit1 a:hover{
	background: #00519b;
	color: #fff;
}
.fonabv a:hover{
	color: #00519b;
}